home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / opttree.zip / OWL.ZIP / OTTSTAPP.DEF < prev    next >
Text File  |  1994-12-29  |  541b  |  20 lines

  1. ;------------------------------------------------
  2. ;   Main ottest
  3. ;   Freeman-Teresa Software
  4. ;   Copyright ⌐ 1994. All Rights Reserved.
  5. ;
  6. ;   SUBSYSTEM:    ottest.exe Module Defintion File
  7. ;   FILE:         ottstapp.def
  8. ;   AUTHOR:       Kent Tong
  9. ;
  10. ;------------------------------------------------
  11.  
  12. NAME ottest
  13.  
  14. DESCRIPTION 'ottest Application - Copyright ⌐ 1994. All Rights Reserved.'
  15. EXETYPE     WINDOWS
  16. CODE        PRELOAD MOVEABLE DISCARDABLE
  17. DATA        PRELOAD MOVEABLE MULTIPLE
  18. HEAPSIZE    4096
  19. STACKSIZE   8192
  20.